object FormShowPicture: TFormShowPicture Left = 359 Top = 183 Width = 123 Height = 110 AutoSize = True BorderIcons = [biSystemMenu] Caption = 'Show Picture' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False ShowHint = True OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Image_ShowPicture: TImage Left = 0 Top = 0 Width = 115 Height = 76 Hint = 'Click it to close the window' AutoSize = True Center = True ParentShowHint = False ShowHint = True OnClick = Image_ShowPictureClick end end